home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1999 January / Designer's Club 1999 January.iso / pc / Idea Source / main.dir / 00115.ls < prev    next >
Encoding:
Text File  |  1998-12-11  |  210 b   |  11 lines

  1. on exitFrame
  2.   sound stop 1
  3.   sound stop 2
  4.   set the volume of sound 1 to 256
  5.   set the volume of sound 2 to 256
  6.   repeat with n = 10 to 22
  7.     set the visible of sprite n to 1
  8.   end repeat
  9.   updateStage()
  10. end
  11.